Skip to content

Conversation

@elifarley
Copy link
Contributor

Add remote API endpoint display to the dashboard's Request Overview:

  • Shows the actual API URL (e.g., https://api.openai.com or https://api.anthropic.com)
  • Displays provider name as a badge (openai/anthropic)
  • Dynamically determined based on the model being used
  • Respects configuration in config.yaml and environment variables

Backend changes:

  • Add apiUrl and provider fields to RequestLog model
  • Extend Provider interface with GetBaseURL() method
  • Update database schema with migration for new columns
  • Store provider information when logging requests

Frontend changes:

  • Display API URL with green styling in Request Overview
  • Show provider badge next to the URL

🤖 Generated with Claude Code

Add remote API endpoint display to the dashboard's Request Overview:
- Shows the actual API URL (e.g., https://api.openai.com or https://api.anthropic.com)
- Displays provider name as a badge (openai/anthropic)
- Dynamically determined based on the model being used
- Respects configuration in config.yaml and environment variables

Backend changes:
- Add apiUrl and provider fields to RequestLog model
- Extend Provider interface with GetBaseURL() method
- Update database schema with migration for new columns
- Store provider information when logging requests

Frontend changes:
- Display API URL with green styling in Request Overview
- Show provider badge next to the URL

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant